home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / etc / mountall.z / mountall
Text File  |  1992-04-03  |  280b  |  12 lines

  1. #! /bin/sh
  2. #Tag 0x00000f00
  3. #ident "$Revision: 1.14 $"
  4. #
  5. # Mount file systems according to file system table /etc/fstab.
  6. # check all filesystems if necessary, in parallel.
  7.  
  8. fsck -m -c -y
  9.  
  10. # mount all local filesystems; caller gets exit status of mount as exit status
  11. mount -at efs
  12.